Approval Services

Name Description Introduced in
UpdateBillPayTransactionStatusAtDBX This API updates the transaction status and confirmationNumber in the Infinity table. This is used in the postprocessor of the Line of Business service to update the status at Infinity. 2020.04
UpdateP2PTransactionStatusAtDBX This API updates the transaction status and confirmationNumber in the Infinity table. This is used in the postprocessor of the Line of Business service to update the status at Infinity. 2020.04
UpdateWireTransactionStatusAtDBX This API updates the transaction status and confirmationNumber in the Infinity table. This is used in the postprocessor of the Line of Business service to update the status at Infinity. 2020.04
UpdateInternalTransactionStatusAtDBX This API updates the transaction status and confirmationNumber in the Infinity table. This is used in the postprocessor of the Line of Business service to update the status at Infinity. 2020.04
UpdateExternalTransactionStatusAtDBX This API updates the transaction status and confirmationNumber in the Infinity table. This is used in the postprocessor of the Line of Business service to update the status at Infinity. 2020.04
BillPayTransactionPostProcessor We invoke line of business service asynchronously from the Infinity transaction service. After the transaction is executed at the core, to save the status of the transaction at Infinity, invoke the status update service form the post processor. 2020.04
P2PTransactionPostProcessor We invoke line of business service asynchronously from the Infinity transaction service. After the transaction is executed at the core, to save the status of the transaction at Infinity, invoke the status update service form the post processor. 2020.04
WireTransactionPostProcessor We invoke line of business service asynchronously from the Infinity transaction service. After the transaction is executed at the core, to save the status of the transaction at Infinity, invoke the status update service form the post processor. 2020.04
InternalTransactionPostProcessor We invoke line of business service asynchronously from the Infinity transaction service. After the transaction is executed at the core, to save the status of the transaction at Infinity, invoke the status update service form the post processor. 2020.04
ExternalTransactionPostProcessor We invoke line of business service asynchronously from the Infinity transaction service. After the transaction is executed at the core, to save the status of the transaction at Infinity, invoke the status update service form the post processor. 2020.04
FetchAllGeneralTransactionsPendingForMyapproval

This API fetches transactions from the following tables that are pending for approval and contains logged users in the approval list:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
FetchMyGeneralTransactionRequests

This API fetches transactions from the following tables that are pending for approval:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
ApproveGeneralTransaction

This API approves a transaction that can be from any of the following tables:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
ApproveACHRequest Approves an ACH transaction 2020.04
ApproveACHFileRequest Approves an ACH File request 2020.04
RejectGeneralTransaction

This API rejects a transaction that can be from any of the following tables:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
RejectACHRequest This API rejects an ACH transaction. 2020.04
RejectACHFileRequest This API rejects an ACH file request. 2020.04
WithdrawGeneralTransaction

This API withdraws the details of a transaction that can be from any of the following tables:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
WithdrawACHTransaction This API withdraws an ACH transaction. 2020.04
WithdrawACHFile This table withdraws an ACH file request. 2020.04
GetGeneralTransactionDetails

This API fetches the details of a transaction that can be from any of the following tables:

  • billpaytransfers
  • p2ptransfers
  • wiretransfers
  • internaltransfers
  • externaltransfers
2020.04
CreateACHTemplate This API creates data that is related to an ach template in the `dbxdb`.'btemplate` table. 2020.04
FetchAllACHTemplates This API fetches records from the dbxdb.bbtemplate table based on the query parameters sent in the request payload 2020.04
FetchAllACHTransactions This API fetches records from dbxdb.achtransaction table based on the query parameters sent in the request payload. 2020.04
FetchAllACHTransactionsPendingForApproval This API fetches records from the dbxdb.achtransaction table that are pending in the approval queue. 2020.04
FetchAllACHTransactionRequests This API fetches records from dbxdb.achtransaction that are created by a loggedin user and waiting for approval. 2020.04
FetchRequestHistory This API fetches records from dbxdb.bbactedrequest that contain actions performed on a specific request. 2020.04
UploadACHFile This API creates an entry in the dbxdb.achfile table. 2020.04
getAllACHFiles This API fetches records from dbxdb.achfile. 2020.04
getFileDetailsByID This API fetches records from dbxdb.achfile with a specified ID. 2020.04
getACHFiles This API fetches records from the dbxdb.achfile table, which are pending in the approval queue. 2020.04
getRejectedFiles This API fetches the rejected achfile records. 2020.04
getACHFilesRequestedByMe This API fetches records from dbxdb.bbactedrequest, which contains the action performed on a specific request. 2020.04
getBBGeneralTransactionDetailsByID This API fetches a record from the Infinity table of a specified featureActionId by selecting fetch_generaltranscation_proc. 2020.04
getGeneralTransactionsPendingforMyApproval This API fetches a record from the Infinity table, which are pending for approval by selecting fetch_generaltranscation_proc. 2020.04
getGeneralTransactionsRequestedByMe This API fetches the general transactions that are requested by the user. which are pending for approval by selecting fetch_generaltranscation_proc. 2020.04

Bookmark Name Actions
Feedback
x